home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / frog_day.swf / scripts / DefineButton2_338 / BUTTONCONDACTION on(keyPress Left).as < prev    next >
Encoding:
Text File  |  2007-03-20  |  62 b   |  5 lines

  1. on(keyPress "<Left>"){
  2.    M1 = "L";
  3.    gotoAndPlay(33);
  4. }
  5.